rem

Used to make remarks in the config.sys file.

   REM [my remark...]

FreeDOS ignores everything on a REM line.

Use remarks to add explanatory notes to the config.sys, and to disable lines in the config.sys file so that they won't run.

Example

   REM Set the last drive letter available:
   lastdrive=z
   
   REM I don't want to use this driver any more:
   REM DEVICE=FOO.SYS

See Also

config.sys
Copyright © 2003 Rob Platt
This file forms part of The FreeDOS HTML Help Documentation, and is covered under its terms: see index.htm